Welcome![Sign In][Sign Up]
Location:
Search - Window Select

Search list

[Com Portmscommbcb

Description: 众所周知,C++Builder本身并不提供串行通讯控件MSComm,但我们却可以通过注册后直接使用它。启动C++Builder5.0后,然后选择C++Builder主菜单中的Component菜单项,单击Import Active Control命令,弹出Import Active窗口,选择Microsoft Comm Control6.0,再选择Install按钮执行安装命令,系统将自动进行编译,编译完成后即完成MSComm控件在C++Builder中的注册,系统默认安装在控件板的Active页,接下来我们就可以像使用C++Builder本身提供的控件那样使用新注册的MSComm控件了。(前提条件是你的机子上安装了Visual Basic,或者有它的库) -known, C Builder itself does not provide serial communication MSComm control, but we can be registered directly use it. Activated C Builder5.0, then select C Builder main menu of Component menu item, click Import Active Control Order Import Active pop-up window, select the Microsoft Comm Control6.0 and choose Install button to install the implementation of orders, the system will automatically build, compile completed MSComm be completed in the C Builder registration, the system's default installation of the control board's Active pages, we can then use as C Builder itself as the control of the use of the new registration of MSComm. (Prerequisite is the machine you installed Visual Basic, or the library)
Platform: | Size: 3788 | Author: 贝石皿 | Hits:

[Other resourceGetFeatureScope

Description: 利用Solidworks APIVisual Basic 与 开发的自动获取Solidworks绘图窗口中选择实体的外轮廓的model-use Solidworks APIVisual Basic and development of the automatic acquisition So lidworks drawing window select entities outside the contours of the model
Platform: | Size: 1365 | Author: niuxj | Hits:

[Other resourceAtlTraceTool

Description: To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Select MFC/ATL Trace Tool in the Tools menu. Expand the tree control list in the Trace List window. Here you will see the running application, any modules within that application, and the trace categories for each module. Customize, for each process, module, and category, which information is displayed in the output window. The Trace level control in the Process group is related to the ATLTRACE2 level only those ATLTRACE2 messages with a level equal to or greater than the setting in the Trace level control will be displayed in the output window. Select Apply to put your settings into effect. You can save your settings, and load them the next time you debug the application use the Save and Load buttons.
Platform: | Size: 40791 | Author: 徐海峰 | Hits:

[WinSock-NDIS15823_chat

Description: Window下的select方式网络程序的范例-Window select the mode network programming paradigm
Platform: | Size: 105681 | Author: hh | Hits:

[Embeded-SCM Developmcp sd reader

Description: This demo uses the selected hardware platform as an SD card reader. Connect the hardware platform to a computer through a USB cable. To run this project, you will need to load the corresponding firmware into the devices. There are two methods available for loading the demos: Precompiled demos and source code projects. Precompiled Demos are available in the “\USB – Precompiled Demos” folders. Each demo should be prefaced with the hardware platform it is compiled for. Select the file that matches the hardware that you have and the demo that you want to run. For more information about how to load a precompiled project, please see the “Getting Started – Loading a precompiled demo” guide. The source code for this demo is available in the “Topics…->MPLAB IDE). Please note that when using either the C30 or C32 demo projects you will be required to select the correct processor for the demo board. 1) Open the associated project file 2) In MPLAB Select “Configure->Select Device” 3) In the device list box in the top left corner of that window, select the desired device. NOTE WHEN USING THE HID BOOTLOADER (for PIC18F87J50 PIM): The “USB Device - Mass Storage - SD Card reader” and “USB Device - Mass Storage - SD Card data logger” demos make use of the SD Card PICtail Daughter Board (Microchip® Direct: AC164122). This PICtail uses the RB4 I/O pin for the card detect (CD) signal, and is actively driven by the PICtail. The active drive overpowers the pull up resistor on the RB4 pushbutton (on the PIC18F87J50 FS USB Plug-In Module board). As a result, if the PIC18F87J50 is programmed with the HID bootloader, and an SD Card is installed in the socket when the microcontroller comes out of reset, the firmware will immediately enter the bootloader (irrespective of the RB4 pushbutton state). To exit the bootloader firmware, remove the SD Card from the SD Card socket, and tap the MCLR button. When the SD Card is not plugged in, the PICtail will drive the card detect signal (which is connected to RB4) logic high, which will enable the bootloader to exit to the main application after coming out of reset. Once the main application firmware is operating, the SD Card can be plugged in. The SD Card is “hot-swappable” and should be recognized by the host upon insertion. To avoid this inconvenience when using the bootloader with the PICtail, it is suggested to modify the bootloader firmware to use some other I/O pin for bootloader entry, such as RB0 (which has a pushbutton on it on the HPC Explorer board).
Platform: | Size: 773398 | Author: bluntpig | Hits:

[Windows DevelopCSocketModel

Description: 提供CSocketModel类完整代码:"CSocketModel.zip" 该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完成I/O)等.它可以被各种通讯程序方便采用.尤其是基于SERVER/CLIENT的SERVER程序会提高大幅度性能.如果使用人要完成特定的通讯功能可以从该类继承,增加对线程池的支持功能。-provide complete CSocketModel category code : "CSocketModel.zip" SOCKET is such integrated communications model, such completion, will repackage the mode of communication SOCKET (blocking select, asynchronous window, asynchronous events, overlapping I/O, complete I/O). It can be the species used to facilitate the communication process. based particularly SERVER/CLIENT SERVER the procedures significantly improve performance. If people use to accomplish specific communication from such succession, increasing the pool of threads support.
Platform: | Size: 9216 | Author: 张其 | Hits:

[Internet-Network15823_chat

Description: Window下的select方式网络程序的范例-Window select the mode network programming paradigm
Platform: | Size: 105472 | Author: hh | Hits:

[Firewall-SecurityDCT域隐藏

Description: 当要隐藏信息时,在MATLAB的命令窗内输入命令: hide = myhide(carry,signal,x,y); carry 用你的原始载体文件名代替,signal 用你所要隐藏的文件名代替 carry 和 signal 都必须是 *.* 的形式(注意不能省略单引号) x,y 是选取隐藏信息的位置坐标,在(x,y)和(y,x)处 生成的伪装载体文件名为hide.bmp 注意myhide.m文件,载体文件,隐藏文件都要在当前目录(current Directory)下 当要提取信息时,在MATLAB命令窗内输入命令: behidden = myinhide(carry,x,y); carry 用你的伪装载体文件名代替,格式为 *.* (注意不要丢掉单引号) x,y 是选取隐藏信息的位置坐标,在(x,y)和(y,x)处,这必须和嵌入时所选位置一致。 提取出的信息文件名为behidden.bmp 同样,要注意behidden.m和伪装载体文件都要在当前目录(current Directory)下-when to hide information, in order MATLAB within a window orders : hide = myhide (carry, signal, x, y); Carry with you the original document name instead vector, signal used to hide your name in the paper and instead carry signal must be in the form of*.* ( not to single quotes omitted) x, y is to select the location of hidden information coordinates (x, y) and (y, x) The formation of camouflage vector document, entitled hide.bmp attention myhide.m documents, vector documents hidden all the documents in the current directory (current Directory) to retrieve information when, in order window MATLAB import order : behidden = myinhide (carry, x, y); carry using your camouflage vector file name instead, the format for*.* (take care not to lose a single quote) x, y election Hiding information
Platform: | Size: 203776 | Author: 韩飞 | Hits:

[Static controlHikPlaySrv

Description: Winsocket DLL 封装,该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完成I/O)等.它可以被各种通讯程序方便采用.尤其是基于SERVER/CLIENT的SERVER程序会提高大幅度性能.如果使用人要完成特定的通讯功能可以从该类继承,增加对线程池的支持功能。-Winsocket DLL package, such communication is SOCKET integrated model, such completion, will repackage the mode of communication SOCKET (blocking select, asynchronous window, asynchronous events, overlapping I/O, complete I/O). It can be convenient communications procedures used. In particular, based on SERVER/CLIENT SERVER the procedures significantly improve performance. If people use to accomplish specific communication from such succession, increasing the pool of threads support.
Platform: | Size: 21504 | Author: 江苏 | Hits:

[Com Portmscommbcb

Description: 众所周知,C++Builder本身并不提供串行通讯控件MSComm,但我们却可以通过注册后直接使用它。启动C++Builder5.0后,然后选择C++Builder主菜单中的Component菜单项,单击Import Active Control命令,弹出Import Active窗口,选择Microsoft Comm Control6.0,再选择Install按钮执行安装命令,系统将自动进行编译,编译完成后即完成MSComm控件在C++Builder中的注册,系统默认安装在控件板的Active页,接下来我们就可以像使用C++Builder本身提供的控件那样使用新注册的MSComm控件了。(前提条件是你的机子上安装了Visual Basic,或者有它的库) -known, C Builder itself does not provide serial communication MSComm control, but we can be registered directly use it. Activated C Builder5.0, then select C Builder main menu of Component menu item, click Import Active Control Order Import Active pop-up window, select the Microsoft Comm Control6.0 and choose Install button to install the implementation of orders, the system will automatically build, compile completed MSComm be completed in the C Builder registration, the system's default installation of the control board's Active pages, we can then use as C Builder itself as the control of the use of the new registration of MSComm. (Prerequisite is the machine you installed Visual Basic, or the library)
Platform: | Size: 3072 | Author: | Hits:

[3D GraphicGetFeatureScope

Description: 利用Solidworks APIVisual Basic 与 开发的自动获取Solidworks绘图窗口中选择实体的外轮廓的model-use Solidworks APIVisual Basic and development of the automatic acquisition So lidworks drawing window select entities outside the contours of the model
Platform: | Size: 1024 | Author: niuxj | Hits:

[GUI DevelopClarity

Description: 查找系统中存在的窗口,选择窗口后可以设定窗口的透明度-Systems that exist in search window, select the window you can set the transparency of the window
Platform: | Size: 192512 | Author: 王春洋 | Hits:

[Internet-NetworkEventSelectServer

Description: window socket网络编程之EventSelect模型的例子 -window socket network programming model example of EventSelect
Platform: | Size: 31744 | Author: 旺旺 | Hits:

[Othernetsend

Description: 此程序如果是对XP系统发送信息的话,由于XP的信使服务默认是关闭的,必须手动打开。具体方法是: 先右击桌面的 "我的电脑",先择 "管理",然后在"计算计管理"窗口中选择"服务和应用程序",再选择服务 然后在右边的选项中把 Messenger 启动之就搞定了!-If this procedure is to send a message XP system, then because of XP s Messenger service by default is turned off, you must manually open. The specific method is: first right-click the desktop My Computer , first choose manage , and then in the Calculation of Management window, select Services and Applications , and then services and then choose the right option in the Messenger to get started!
Platform: | Size: 5120 | Author: 刘金山 | Hits:

[VC/MFCAtlTraceTool

Description: To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Select MFC/ATL Trace Tool in the Tools menu. Expand the tree control list in the Trace List window. Here you will see the running application, any modules within that application, and the trace categories for each module. Customize, for each process, module, and category, which information is displayed in the output window. The Trace level control in the Process group is related to the ATLTRACE2 level only those ATLTRACE2 messages with a level equal to or greater than the setting in the Trace level control will be displayed in the output window. Select Apply to put your settings into effect. You can save your settings, and load them the next time you debug the application use the Save and Load buttons. -err
Platform: | Size: 40960 | Author: 徐海峰 | Hits:

[Dialog_WindowwlSelectDirectory

Description: 选择文件路径。弹出窗口,选择文件选择对话框,封装成DLL后,在全部平台上使用。-Select the file path. Pop-up window, select the file selection dialog box, packaged as DLL after all platforms.
Platform: | Size: 1024 | Author: wangquanyang | Hits:

[ELanguagepda

Description: 实现下推自动机功能 实际上此程序为半自动机,可以手动选择入栈的字符。思路也很清晰-Pushdown automata function to achieve in practice this procedure for the semi-automatic machine, you can manually select入栈characters. Also very clear ideas
Platform: | Size: 135168 | Author: 丁诚 | Hits:

[OtherPathDialog

Description: 能够弹出选择目录的窗口,已经封装好了,和windows的差不多-Can pop-up window select the directory has been packaged well, and the windows of almost
Platform: | Size: 4096 | Author: 张近 | Hits:

[Internet-NetworkwindowsSocket-select

Description: window网络模型之select篇 实现的远程下载的程序 包括客户端服务器-network model window of select articles to achieve the process of downloading the remote client-server
Platform: | Size: 41984 | Author: wake | Hits:

[Internet-Networkwindow-select

Description: windows socket通信select模式,适合学习-Windows socket communication select mode for learning
Platform: | Size: 17841152 | Author: sunjialin | Hits:
« 12 3 4 5 6 7 8 9 10 ... 24 »

CodeBus www.codebus.net